Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug when init_slot less than 32 #126

Merged

Conversation

santi1234567
Copy link
Member

Description

When running in historical mode with init_slot being <32, there was an underflow which made the script get stuck. This was fixed in this PR.

time="2024-07-03T15:37:49Z" level=debug msg="slot 0 waiting for state at slot 18446744073709551583 (epoch 18446744073709551614) to be downloaded or processed..." module=analyzer

Closes #121

@santi1234567 santi1234567 added the bug Something isn't working label Jul 29, 2024
@santi1234567 santi1234567 self-assigned this Jul 29, 2024
@santi1234567 santi1234567 merged commit bf2c186 into master Jul 30, 2024
@santi1234567 santi1234567 deleted the fix/goteth-stuck-historical-mode-with-init_slot-lt-32 branch July 30, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Goteth stuck when running on historical mode with init_slot being <32
1 participant